home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TDESTINATIONHTML / TDESTINATIONHTML.txt < prev   
Text File  |  2001-10-17  |  3KB  |  96 lines

  1. object DestinationHTML: TDestinationHTML
  2.   Left = 202
  3.   Top = 15
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Step 1 of 3:  Destination of HTML files:'
  7.   ClientHeight = 310
  8.   ClientWidth = 332
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox3: TGroupBox
  21.     Left = 14
  22.     Top = 14
  23.     Width = 305
  24.     Height = 243
  25.     HelpContext = 679
  26.     Caption = ' Output HTML file(s) to this directory: '
  27.     TabOrder = 0
  28.     object Label3: TLabel
  29.       Left = 24
  30.       Top = 28
  31.       Width = 257
  32.       Height = 26
  33.       AutoSize = False
  34.       Caption = 'D:\wg\WGVer1.50.02'
  35.       Color = clBtnFace
  36.       Font.Charset = ANSI_CHARSET
  37.       Font.Color = clBlack
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       ParentColor = False
  42.       ParentFont = False
  43.       WordWrap = True
  44.     end
  45.     object DriveComboBox1: TDriveComboBox
  46.       Left = 16
  47.       Top = 202
  48.       Width = 270
  49.       Height = 19
  50.       DirList = DirectoryListBox1
  51.       Font.Charset = ANSI_CHARSET
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       ParentFont = False
  57.       TabOrder = 0
  58.       TextCase = tcUpperCase
  59.     end
  60.     object DirectoryListBox1: TDirectoryListBox
  61.       Left = 16
  62.       Top = 62
  63.       Width = 270
  64.       Height = 131
  65.       HelpContext = 679
  66.       DirLabel = Label3
  67.       ItemHeight = 16
  68.       TabOrder = 1
  69.       OnEnter = DirectoryListBox1Enter
  70.     end
  71.   end
  72.   object NextBitBtn: TBitBtn
  73.     Left = 122
  74.     Top = 270
  75.     Width = 80
  76.     Height = 28
  77.     Caption = 'Next'
  78.     Default = True
  79.     TabOrder = 1
  80.     OnClick = NextButtonClick
  81.     Glyph.Data = {
  82.       5A010000424D5A01000000000000760000002800000012000000130000000100
  83.       040000000000E400000000000000000000000000000000000000000000000000
  84.       80000080000000808000800000008000800080800000C0C0C000808080000000
  85.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  86.       7777770000007777777777777777770000007777777777777777770000007777
  87.       7778087777777700000077777778008777777700000077777778060877777700
  88.       0000778888880660877777000000778000000666087777000000778066666666
  89.       6087770000007780666666666608770000007780666666666087770000007780
  90.       0000066608777700000077800000066087777700000077777778060877777700
  91.       0000777777780087777777000000777777780877777777000000777777777777
  92.       777777000000777777777777777777000000777777777777777777000000}
  93.     Layout = blGlyphRight
  94.   end
  95. end
  96.